Html Css Color HEX #6C8730 Olive Drab

📋 copy color: '#6C8730'

red 108 ◦ green 135 ◦ blue 48

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

Shades of Olive Drab #6C8730

Tints of Olive Drab #6C8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.39%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 37.11%
G = 46.39%
B = 16.49%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#6C8730 (or 0x6C8730) is known color: Olive Drab. HEX triplet: 6C, 87 and 30. RGB value is (108,135,48). Sum of RGB (Red+Green+Blue) = 108+135+48=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8730 is #9378CF. Grayscale: #757575. Windows color (decimal): -9664720 or 3180396. OLE color: 3180396.

HSL color Cylindrical-coordinate representation of color #6C8730: hue angle of 78.62º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C8730 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 48 -
CMYK 0.2 0 0.64 0.47
HSL 78.62º 0.48% 0.36% -
HSV(B) 78.62º 0.64% 0.53% -
XYZ 15.38 20.73 5.99 -
YUV 117.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 108 135 48 0.2 0 0.64 0.47 78.62 0.48 0.36
Hex 6C 87 30 14 0 40 2F 4F 30 24
Octal 154 207 60 24 0 100 57 117 60 44
Binary 1101100 10000111 110000 10100 0 1000000 101111 1001111 110000 100100

Color Harmonies of #6C8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8730

Black with #6C8730

Text Example


Text Example

White with #6C8730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,48); }

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

background-color css

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

 a { background-color: rgb(108,135,48); }

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

border-color css

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

 span { border-color: rgb(108,135,48); }

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