Html Css Color HEX #B0B368 Olive Green

📋 copy color: '#B0B368'

red 176 ◦ green 179 ◦ blue 104

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

Shades of Olive Green #B0B368

Tints of Olive Green #B0B368

RGB

 RED value IS 176 (69.14% from 255) = 38.34%

 GREEN value IS 179 (70.31% from 255) = 39%

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 38.34%
G = 39%
B = 22.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B0B368 (or 0xB0B368) is known color: Olive Green. HEX triplet: B0, B3 and 68. RGB value is (176,179,104). Sum of RGB (Red+Green+Blue) = 176+179+104=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B368 is #4F4C97. Grayscale: #A9A9A9. Windows color (decimal): -5196952 or 6861744. OLE color: 6861744.

HSL color Cylindrical-coordinate representation of color #B0B368: hue angle of 62.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0B368 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 104 -
CMYK 0.02 0 0.42 0.30
HSL 62.4º 0.33% 0.55% -
HSV(B) 62.4º 0.42% 0.7% -
XYZ 36.52 42.47 19.37 -
YUV 169.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 176 179 104 0.02 0 0.42 0.30 62.4 0.33 0.55
Hex B0 B3 68 2 0 2A 1E 3E 21 37
Octal 260 263 150 2 0 52 36 76 41 67
Binary 10110000 10110011 1101000 10 0 101010 11110 111110 100001 110111

Color Harmonies of #B0B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B368

Black with #B0B368

Text Example


Text Example

White with #B0B368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B368; }

 p { color: rgb(176,179,104); }

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

background-color css

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

 a { background-color: rgb(176,179,104); }

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

border-color css

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

 span { border-color: rgb(176,179,104); }

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