Html Css Color HEX #6C7302 Olive

📋 copy color: '#6C7302'

red 108 ◦ green 115 ◦ blue 2

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

Shades of Olive #6C7302

Tints of Olive #6C7302

RGB

 RED value IS 108 (42.58% from 255) = 48%

 GREEN value IS 115 (45.31% from 255) = 51.11%

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

R = 48%
G = 51.11%
B = 0.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#6C7302 (or 0x6C7302) is known color: Olive. HEX triplet: 6C, 73 and 02. RGB value is (108,115,2). Sum of RGB (Red+Green+Blue) = 108+115+2=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7302 is #938CFD. Grayscale: #646464. Windows color (decimal): -9669886 or 160620. OLE color: 160620.

HSL color Cylindrical-coordinate representation of color #6C7302: hue angle of 63.72º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C7302 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 115 2 -
CMYK 0.06 0 0.98 0.55
HSL 63.72º 0.97% 0.23% -
HSV(B) 63.72º 0.98% 0.45% -
XYZ 12.33 15.45 2.39 -
YUV 100.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 108 115 2 0.06 0 0.98 0.55 63.72 0.97 0.23
Hex 6C 73 2 6 0 62 37 40 61 17
Octal 154 163 2 6 0 142 67 100 141 27
Binary 1101100 1110011 10 110 0 1100010 110111 1000000 1100001 10111

Color Harmonies of #6C7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7302

Black with #6C7302

Text Example


Text Example

White with #6C7302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,2); }

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

background-color css

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

 a { background-color: rgb(108,115,2); }

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

border-color css

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

 span { border-color: rgb(108,115,2); }

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