Html Css Color HEX #669D6E Oxley

📋 copy color: '#669D6E'

red 102 ◦ green 157 ◦ blue 110

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

Shades of Oxley #669D6E

Tints of Oxley #669D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 27.64%
G = 42.55%
B = 29.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#669D6E (or 0x669D6E) is known color: Oxley. HEX triplet: 66, 9D and 6E. RGB value is (102,157,110). Sum of RGB (Red+Green+Blue) = 102+157+110=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #669D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D6E is #996291. Grayscale: #878787. Windows color (decimal): -10052242 or 7249254. OLE color: 7249254.

HSL color Cylindrical-coordinate representation of color #669D6E: hue angle of 128.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D6E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 157 110 -
CMYK 0.35 0 0.30 0.38
HSL 128.73º 0.22% 0.51% -
HSV(B) 128.73º 0.35% 0.62% -
XYZ 20.35 28.06 19.1 -
YUV 135.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 102 157 110 0.35 0 0.30 0.38 128.73 0.22 0.51
Hex 66 9D 6E 23 0 1E 26 81 16 33
Octal 146 235 156 43 0 36 46 201 26 63
Binary 1100110 10011101 1101110 100011 0 11110 100110 10000001 10110 110011

Color Harmonies of #669D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D6E

Black with #669D6E

Text Example


Text Example

White with #669D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,157,110); }

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

background-color css

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

 a { background-color: rgb(102,157,110); }

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

border-color css

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

 span { border-color: rgb(102,157,110); }

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