Html Css Color HEX #669A6F Oxley

📋 copy color: '#669A6F'

red 102 ◦ green 154 ◦ blue 111

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

Shades of Oxley #669A6F

Tints of Oxley #669A6F

RGB

 RED value IS 102 (40.23% from 255) = 27.79%

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 27.79%
G = 41.96%
B = 30.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#669A6F (or 0x669A6F) is known color: Oxley. HEX triplet: 66, 9A and 6F. RGB value is (102,154,111). Sum of RGB (Red+Green+Blue) = 102+154+111=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #669A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A6F is #996590. Grayscale: #858585. Windows color (decimal): -10053009 or 7314022. OLE color: 7314022.

HSL color Cylindrical-coordinate representation of color #669A6F: hue angle of 130.38º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A6F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 111 -
CMYK 0.34 0 0.28 0.40
HSL 130.38º 0.2% 0.5% -
HSV(B) 130.38º 0.34% 0.6% -
XYZ 19.9 27.08 19.22 -
YUV 133.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 102 154 111 0.34 0 0.28 0.40 130.38 0.2 0.5
Hex 66 9A 6F 22 0 1C 28 82 14 32
Octal 146 232 157 42 0 34 50 202 24 62
Binary 1100110 10011010 1101111 100010 0 11100 101000 10000010 10100 110010

Color Harmonies of #669A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A6F

Black with #669A6F

Text Example


Text Example

White with #669A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A6F; }

 p { color: rgb(102,154,111); }

 H1.HeaderClassName
 {
   color: #669A6F;
 }
 .AnyTagClassName
 {
   color: #669A6F;
 }
</style>

background-color css

<style>
 a { background-color: #669A6F; }

 a { background-color: rgb(102,154,111); }

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

border-color css

<style>
 span { border-color: #669A6F; }

 span { border-color: rgb(102,154,111); }

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