Html Css Color HEX #6B9302 Olive Drab

📋 copy color: '#6B9302'

red 107 ◦ green 147 ◦ blue 2

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

Shades of Olive Drab #6B9302

Tints of Olive Drab #6B9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.42%

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

R = 41.8%
G = 57.42%
B = 0.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#6B9302 (or 0x6B9302) is known color: Olive Drab. HEX triplet: 6B, 93 and 02. RGB value is (107,147,2). Sum of RGB (Red+Green+Blue) = 107+147+2=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9302 is #946CFD. Grayscale: #777777. Windows color (decimal): -9727230 or 168811. OLE color: 168811.

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

Color convert

RGB 107 147 2 -
CMYK 0.27 0 0.99 0.42
HSL 76.55º 0.97% 0.29% -
HSV(B) 76.55º 0.99% 0.58% -
XYZ 16.51 24 3.82 -
YUV 118.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 107 147 2 0.27 0 0.99 0.42 76.55 0.97 0.29
Hex 6B 93 2 1B 0 63 2A 4D 61 1D
Octal 153 223 2 33 0 143 52 115 141 35
Binary 1101011 10010011 10 11011 0 1100011 101010 1001101 1100001 11101

Color Harmonies of #6B9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9302

Black with #6B9302

Text Example


Text Example

White with #6B9302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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