Html Css Color HEX #6B8230 Olive Drab

📋 copy color: '#6B8230'

red 107 ◦ green 130 ◦ blue 48

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

Shades of Olive Drab #6B8230

Tints of Olive Drab #6B8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 37.54%
G = 45.61%
B = 16.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#6B8230 (or 0x6B8230) is known color: Olive Drab. HEX triplet: 6B, 82 and 30. RGB value is (107,130,48). Sum of RGB (Red+Green+Blue) = 107+130+48=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8230 is #947DCF. Grayscale: #727272. Windows color (decimal): -9731536 or 3179115. OLE color: 3179115.

HSL color Cylindrical-coordinate representation of color #6B8230: hue angle of 76.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B8230 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 48 -
CMYK 0.18 0 0.63 0.49
HSL 76.83º 0.46% 0.35% -
HSV(B) 76.83º 0.63% 0.51% -
XYZ 14.58 19.3 5.75 -
YUV 113.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 107 130 48 0.18 0 0.63 0.49 76.83 0.46 0.35
Hex 6B 82 30 12 0 3F 31 4D 2E 23
Octal 153 202 60 22 0 77 61 115 56 43
Binary 1101011 10000010 110000 10010 0 111111 110001 1001101 101110 100011

Color Harmonies of #6B8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8230

Black with #6B8230

Text Example


Text Example

White with #6B8230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,48); }

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

background-color css

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

 a { background-color: rgb(107,130,48); }

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

border-color css

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

 span { border-color: rgb(107,130,48); }

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