Html Css Color HEX #669774 Oxley

📋 copy color: '#669774'

red 102 ◦ green 151 ◦ blue 116

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

Shades of Oxley #669774

Tints of Oxley #669774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 27.64%
G = 40.92%
B = 31.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#669774 (or 0x669774) is known color: Oxley. HEX triplet: 66, 97 and 74. RGB value is (102,151,116). Sum of RGB (Red+Green+Blue) = 102+151+116=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #669774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669774 is #99688B. Grayscale: #848484. Windows color (decimal): -10053772 or 7640934. OLE color: 7640934.

HSL color Cylindrical-coordinate representation of color #669774: hue angle of 137.14º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669774 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 116 -
CMYK 0.32 0 0.23 0.41
HSL 137.14º 0.19% 0.5% -
HSV(B) 137.14º 0.32% 0.59% -
XYZ 19.7 26.22 20.55 -
YUV 132.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 102 151 116 0.32 0 0.23 0.41 137.14 0.19 0.5
Hex 66 97 74 20 0 17 29 89 13 32
Octal 146 227 164 40 0 27 51 211 23 62
Binary 1100110 10010111 1110100 100000 0 10111 101001 10001001 10011 110010

Color Harmonies of #669774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669774

Black with #669774

Text Example


Text Example

White with #669774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669774; }

 p { color: rgb(102,151,116); }

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

background-color css

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

 a { background-color: rgb(102,151,116); }

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

border-color css

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

 span { border-color: rgb(102,151,116); }

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