Html Css Color HEX #666938 Verdigris

📋 copy color: '#666938'

red 102 ◦ green 105 ◦ blue 56

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

Shades of Verdigris #666938

Tints of Verdigris #666938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 38.78%
G = 39.92%
B = 21.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#666938 (or 0x666938) is known color: Verdigris. HEX triplet: 66, 69 and 38. RGB value is (102,105,56). Sum of RGB (Red+Green+Blue) = 102+105+56=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #666938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666938 is #9996C7. Grayscale: #626262. Windows color (decimal): -10065608 or 3696998. OLE color: 3696998.

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

Color convert

RGB 102 105 56 -
CMYK 0.03 0 0.47 0.59
HSL 63.67º 0.3% 0.32% -
HSV(B) 63.67º 0.47% 0.41% -
XYZ 11.24 13.21 5.7 -
YUV 98.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 102 105 56 0.03 0 0.47 0.59 63.67 0.3 0.32
Hex 66 69 38 3 0 2F 3B 40 1E 20
Octal 146 151 70 3 0 57 73 100 36 40
Binary 1100110 1101001 111000 11 0 101111 111011 1000000 11110 100000

Color Harmonies of #666938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666938

Black with #666938

Text Example


Text Example

White with #666938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666938; }

 p { color: rgb(102,105,56); }

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

background-color css

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

 a { background-color: rgb(102,105,56); }

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

border-color css

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

 span { border-color: rgb(102,105,56); }

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