Html Css Color HEX #69A672 Oxley

📋 copy color: '#69A672'

red 105 ◦ green 166 ◦ blue 114

#69A672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #69A672

Tints of Oxley #69A672

RGB

 RED value IS 105 (41.41% from 255) = 27.27%

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 27.27%
G = 43.12%
B = 29.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69A672 (or 0x69A672) is known color: Oxley. HEX triplet: 69, A6 and 72. RGB value is (105,166,114). Sum of RGB (Red+Green+Blue) = 105+166+114=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #69A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A672 is #96598D. Grayscale: #8D8D8D. Windows color (decimal): -9853326 or 7513705. OLE color: 7513705.

HSL color Cylindrical-coordinate representation of color #69A672: hue angle of 128.85º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A672 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 166 114 -
CMYK 0.37 0 0.31 0.35
HSL 128.85º 0.26% 0.53% -
HSV(B) 128.85º 0.37% 0.65% -
XYZ 22.5 31.49 20.81 -
YUV 141.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 105 166 114 0.37 0 0.31 0.35 128.85 0.26 0.53
Hex 69 A6 72 25 0 1F 23 81 1A 35
Octal 151 246 162 45 0 37 43 201 32 65
Binary 1101001 10100110 1110010 100101 0 11111 100011 10000001 11010 110101

Color Harmonies of #69A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A672

Black with #69A672

Text Example


Text Example

White with #69A672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A672; }

 p { color: rgb(105,166,114); }

 H1.HeaderClassName
 {
   color: #69A672;
 }
 .AnyTagClassName
 {
   color: #69A672;
 }
</style>

background-color css

<style>
 a { background-color: #69A672; }

 a { background-color: rgb(105,166,114); }

 div.DivClassName
 {
   background-color: #69A672;
 }
 .BgClassName
 {
   background-color: #69A672;
 }
</style>

border-color css

<style>
 span { border-color: #69A672; }

 span { border-color: rgb(105,166,114); }

 td.TdClassName
 {
   border-color: #69A672;
 }
 .TagClassName
 {
   border-color: #69A672;
 }
</style>