Html Css Color HEX #608B1B Olive Drab

📋 copy color: '#608B1B'

red 96 ◦ green 139 ◦ blue 27

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

Shades of Olive Drab #608B1B

Tints of Olive Drab #608B1B

RGB

 RED value IS 96 (37.89% from 255) = 36.64%

 GREEN value IS 139 (54.69% from 255) = 53.05%

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

R = 36.64%
G = 53.05%
B = 10.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#608B1B (or 0x608B1B) is known color: Olive Drab. HEX triplet: 60, 8B and 1B. RGB value is (96,139,27). Sum of RGB (Red+Green+Blue) = 96+139+27=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #608B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B1B is #9F74E4. Grayscale: #717171. Windows color (decimal): -10450149 or 1805152. OLE color: 1805152.

HSL color Cylindrical-coordinate representation of color #608B1B: hue angle of 83.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #608B1B is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 27 -
CMYK 0.31 0 0.81 0.45
HSL 83.04º 0.67% 0.33% -
HSV(B) 83.04º 0.81% 0.55% -
XYZ 14.25 21.03 4.35 -
YUV 113.38 79.25 115.61 -
System Red Green Blue C M Y K H S L
Decimal 96 139 27 0.31 0 0.81 0.45 83.04 0.67 0.33
Hex 60 8B 1B 1F 0 51 2D 53 43 21
Octal 140 213 33 37 0 121 55 123 103 41
Binary 1100000 10001011 11011 11111 0 1010001 101101 1010011 1000011 100001

Color Harmonies of #608B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B1B

Black with #608B1B

Text Example


Text Example

White with #608B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608B1B; }

 p { color: rgb(96,139,27); }

 H1.HeaderClassName
 {
   color: #608B1B;
 }
 .AnyTagClassName
 {
   color: #608B1B;
 }
</style>

background-color css

<style>
 a { background-color: #608B1B; }

 a { background-color: rgb(96,139,27); }

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

border-color css

<style>
 span { border-color: #608B1B; }

 span { border-color: rgb(96,139,27); }

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