Html Css Color HEX #6C981B Olive Drab

📋 copy color: '#6C981B'

red 108 ◦ green 152 ◦ blue 27

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

Shades of Olive Drab #6C981B

Tints of Olive Drab #6C981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 37.63%
G = 52.96%
B = 9.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#6C981B (or 0x6C981B) is known color: Olive Drab. HEX triplet: 6C, 98 and 1B. RGB value is (108,152,27). Sum of RGB (Red+Green+Blue) = 108+152+27=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #6C981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C981B is #9367E4. Grayscale: #7D7D7D. Windows color (decimal): -9660389 or 1808492. OLE color: 1808492.

HSL color Cylindrical-coordinate representation of color #6C981B: hue angle of 81.12º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C981B is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 27 -
CMYK 0.29 0 0.82 0.40
HSL 81.12º 0.7% 0.35% -
HSV(B) 81.12º 0.82% 0.6% -
XYZ 17.61 25.72 5.07 -
YUV 124.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 108 152 27 0.29 0 0.82 0.40 81.12 0.7 0.35
Hex 6C 98 1B 1D 0 52 28 51 46 23
Octal 154 230 33 35 0 122 50 121 106 43
Binary 1101100 10011000 11011 11101 0 1010010 101000 1010001 1000110 100011

Color Harmonies of #6C981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C981B

Black with #6C981B

Text Example


Text Example

White with #6C981B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,152,27); }

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

background-color css

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

 a { background-color: rgb(108,152,27); }

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

border-color css

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

 span { border-color: rgb(108,152,27); }

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