Html Css Color HEX #6B9034 Olive Drab

📋 copy color: '#6B9034'

red 107 ◦ green 144 ◦ blue 52

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

Shades of Olive Drab #6B9034

Tints of Olive Drab #6B9034

RGB

 RED value IS 107 (42.19% from 255) = 35.31%

 GREEN value IS 144 (56.64% from 255) = 47.52%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 35.31%
G = 47.52%
B = 17.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#6B9034 (or 0x6B9034) is known color: Olive Drab. HEX triplet: 6B, 90 and 34. RGB value is (107,144,52). Sum of RGB (Red+Green+Blue) = 107+144+52=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9034 is #946FCB. Grayscale: #7A7A7A. Windows color (decimal): -9727948 or 3444843. OLE color: 3444843.

HSL color Cylindrical-coordinate representation of color #6B9034: hue angle of 84.13º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B9034 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 144 52 -
CMYK 0.26 0 0.64 0.44
HSL 84.13º 0.47% 0.38% -
HSV(B) 84.13º 0.64% 0.56% -
XYZ 16.66 23.32 6.87 -
YUV 122.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 107 144 52 0.26 0 0.64 0.44 84.13 0.47 0.38
Hex 6B 90 34 1A 0 40 2C 54 2F 26
Octal 153 220 64 32 0 100 54 124 57 46
Binary 1101011 10010000 110100 11010 0 1000000 101100 1010100 101111 100110

Color Harmonies of #6B9034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9034

Black with #6B9034

Text Example


Text Example

White with #6B9034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B9034; }

 p { color: rgb(107,144,52); }

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

background-color css

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

 a { background-color: rgb(107,144,52); }

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

border-color css

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

 span { border-color: rgb(107,144,52); }

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