Html Css Color HEX #B7B761 Olive Green

📋 copy color: '#B7B761'

red 183 ◦ green 183 ◦ blue 97

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

Shades of Olive Green #B7B761

Tints of Olive Green #B7B761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.52%

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 39.52%
G = 39.52%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B7B761 (or 0xB7B761) is known color: Olive Green. HEX triplet: B7, B7 and 61. RGB value is (183,183,97). Sum of RGB (Red+Green+Blue) = 183+183+97=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B761 is #48489E. Grayscale: #ADADAD. Windows color (decimal): -4737183 or 6404023. OLE color: 6404023.

HSL color Cylindrical-coordinate representation of color #B7B761: hue angle of 60º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7B761 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 183 97 -
CMYK 0 0 0.47 0.28
HSL 60º 0.37% 0.55% -
HSV(B) 60º 0.47% 0.72% -
XYZ 38.62 44.8 17.92 -
YUV 173.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 183 183 97 0 0 0.47 0.28 60 0.37 0.55
Hex B7 B7 61 0 0 2F 1C 3C 25 37
Octal 267 267 141 0 0 57 34 74 45 67
Binary 10110111 10110111 1100001 0 0 101111 11100 111100 100101 110111

Color Harmonies of #B7B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B761

Black with #B7B761

Text Example


Text Example

White with #B7B761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B761; }

 p { color: rgb(183,183,97); }

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

background-color css

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

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

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

border-color css

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

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

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