Html Css Color HEX #6B9102 Olive Drab

📋 copy color: '#6B9102'

red 107 ◦ green 145 ◦ blue 2

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

Shades of Olive Drab #6B9102

Tints of Olive Drab #6B9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 42.13%
G = 57.09%
B = 0.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#6B9102 (or 0x6B9102) is known color: Olive Drab. HEX triplet: 6B, 91 and 02. RGB value is (107,145,2). Sum of RGB (Red+Green+Blue) = 107+145+2=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9102 is #946EFD. Grayscale: #757575. Windows color (decimal): -9727742 or 168299. OLE color: 168299.

HSL color Cylindrical-coordinate representation of color #6B9102: hue angle of 75.94º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B9102 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 2 -
CMYK 0.26 0 0.99 0.43
HSL 75.94º 0.97% 0.29% -
HSV(B) 75.94º 0.99% 0.57% -
XYZ 16.2 23.38 3.72 -
YUV 117.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 107 145 2 0.26 0 0.99 0.43 75.94 0.97 0.29
Hex 6B 91 2 1A 0 63 2B 4C 61 1D
Octal 153 221 2 32 0 143 53 114 141 35
Binary 1101011 10010001 10 11010 0 1100011 101011 1001100 1100001 11101

Color Harmonies of #6B9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9102

Black with #6B9102

Text Example


Text Example

White with #6B9102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,2); }

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

background-color css

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

 a { background-color: rgb(107,145,2); }

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

border-color css

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

 span { border-color: rgb(107,145,2); }

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