Html Css Color HEX #66946F Oxley

📋 copy color: '#66946F'

red 102 ◦ green 148 ◦ blue 111

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

Shades of Oxley #66946F

Tints of Oxley #66946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 28.25%
G = 41%
B = 30.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#66946F (or 0x66946F) is known color: Oxley. HEX triplet: 66, 94 and 6F. RGB value is (102,148,111). Sum of RGB (Red+Green+Blue) = 102+148+111=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #66946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66946F is #996B90. Grayscale: #828282. Windows color (decimal): -10054545 or 7312486. OLE color: 7312486.

HSL color Cylindrical-coordinate representation of color #66946F: hue angle of 131.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66946F is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 111 -
CMYK 0.31 0 0.25 0.42
HSL 131.74º 0.18% 0.49% -
HSV(B) 131.74º 0.31% 0.58% -
XYZ 18.94 25.15 18.9 -
YUV 130.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 102 148 111 0.31 0 0.25 0.42 131.74 0.18 0.49
Hex 66 94 6F 1F 0 19 2A 84 12 31
Octal 146 224 157 37 0 31 52 204 22 61
Binary 1100110 10010100 1101111 11111 0 11001 101010 10000100 10010 110001

Color Harmonies of #66946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66946F

Black with #66946F

Text Example


Text Example

White with #66946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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