Html Css Color HEX #68971B Olive Drab

📋 copy color: '#68971B'

red 104 ◦ green 151 ◦ blue 27

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

Shades of Olive Drab #68971B

Tints of Olive Drab #68971B

RGB

 RED value IS 104 (41.02% from 255) = 36.88%

 GREEN value IS 151 (59.38% from 255) = 53.55%

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

R = 36.88%
G = 53.55%
B = 9.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#68971B (or 0x68971B) is known color: Olive Drab. HEX triplet: 68, 97 and 1B. RGB value is (104,151,27). Sum of RGB (Red+Green+Blue) = 104+151+27=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #68971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68971B is #9768E4. Grayscale: #7B7B7B. Windows color (decimal): -9922789 or 1808232. OLE color: 1808232.

HSL color Cylindrical-coordinate representation of color #68971B: hue angle of 82.74º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68971B is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 27 -
CMYK 0.31 0 0.82 0.41
HSL 82.74º 0.7% 0.35% -
HSV(B) 82.74º 0.82% 0.59% -
XYZ 16.97 25.16 5 -
YUV 122.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 104 151 27 0.31 0 0.82 0.41 82.74 0.7 0.35
Hex 68 97 1B 1F 0 52 29 53 46 23
Octal 150 227 33 37 0 122 51 123 106 43
Binary 1101000 10010111 11011 11111 0 1010010 101001 1010011 1000110 100011

Color Harmonies of #68971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68971B

Black with #68971B

Text Example


Text Example

White with #68971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68971B; }

 p { color: rgb(104,151,27); }

 H1.HeaderClassName
 {
   color: #68971B;
 }
 .AnyTagClassName
 {
   color: #68971B;
 }
</style>

background-color css

<style>
 a { background-color: #68971B; }

 a { background-color: rgb(104,151,27); }

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

border-color css

<style>
 span { border-color: #68971B; }

 span { border-color: rgb(104,151,27); }

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