Html Css Color HEX #B7B965 Olive Green

📋 copy color: '#B7B965'

red 183 ◦ green 185 ◦ blue 101

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

Shades of Olive Green #B7B965

Tints of Olive Green #B7B965

RGB

 RED value IS 183 (71.88% from 255) = 39.02%

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 39.02%
G = 39.45%
B = 21.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B7B965 (or 0xB7B965) is known color: Olive Green. HEX triplet: B7, B9 and 65. RGB value is (183,185,101). Sum of RGB (Red+Green+Blue) = 183+185+101=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B965 is #48469A. Grayscale: #AFAFAF. Windows color (decimal): -4736667 or 6666679. OLE color: 6666679.

HSL color Cylindrical-coordinate representation of color #B7B965: hue angle of 61.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7B965 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 185 101 -
CMYK 0.01 0 0.45 0.27
HSL 61.43º 0.38% 0.56% -
HSV(B) 61.43º 0.45% 0.73% -
XYZ 39.23 45.7 19.07 -
YUV 174.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 183 185 101 0.01 0 0.45 0.27 61.43 0.38 0.56
Hex B7 B9 65 1 0 2D 1B 3D 26 38
Octal 267 271 145 1 0 55 33 75 46 70
Binary 10110111 10111001 1100101 1 0 101101 11011 111101 100110 111000

Color Harmonies of #B7B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B965

Black with #B7B965

Text Example


Text Example

White with #B7B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B965; }

 p { color: rgb(183,185,101); }

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

background-color css

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

 a { background-color: rgb(183,185,101); }

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

border-color css

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

 span { border-color: rgb(183,185,101); }

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