Html Css Color HEX #B7B75A Olive Green

📋 copy color: '#B7B75A'

red 183 ◦ green 183 ◦ blue 90

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

Shades of Olive Green #B7B75A

Tints of Olive Green #B7B75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 40.13%
G = 40.13%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7B75A (or 0xB7B75A) is known color: Olive Green. HEX triplet: B7, B7 and 5A. RGB value is (183,183,90). Sum of RGB (Red+Green+Blue) = 183+183+90=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B75A is #4848A5. Grayscale: #ACACAC. Windows color (decimal): -4737190 or 5945271. OLE color: 5945271.

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

Color convert

RGB 183 183 90 -
CMYK 0 0 0.51 0.28
HSL 60º 0.39% 0.54% -
HSV(B) 60º 0.51% 0.72% -
XYZ 38.31 44.67 16.28 -
YUV 172.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 183 183 90 0 0 0.51 0.28 60 0.39 0.54
Hex B7 B7 5A 0 0 33 1C 3C 27 36
Octal 267 267 132 0 0 63 34 74 47 66
Binary 10110111 10110111 1011010 0 0 110011 11100 111100 100111 110110

Color Harmonies of #B7B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B75A

Black with #B7B75A

Text Example


Text Example

White with #B7B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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