Html Css Color HEX #B7B75D Olive Green

📋 copy color: '#B7B75D'

red 183 ◦ green 183 ◦ blue 93

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

Shades of Olive Green #B7B75D

Tints of Olive Green #B7B75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 39.87%
G = 39.87%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7B75D (or 0xB7B75D) is known color: Olive Green. HEX triplet: B7, B7 and 5D. RGB value is (183,183,93). Sum of RGB (Red+Green+Blue) = 183+183+93=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B75D is #4848A2. Grayscale: #ADADAD. Windows color (decimal): -4737187 or 6141879. OLE color: 6141879.

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

Color convert

RGB 183 183 93 -
CMYK 0 0 0.49 0.28
HSL 60º 0.38% 0.54% -
HSV(B) 60º 0.49% 0.72% -
XYZ 38.44 44.72 16.96 -
YUV 172.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 183 183 93 0 0 0.49 0.28 60 0.38 0.54
Hex B7 B7 5D 0 0 31 1C 3C 26 36
Octal 267 267 135 0 0 61 34 74 46 66
Binary 10110111 10110111 1011101 0 0 110001 11100 111100 100110 110110

Color Harmonies of #B7B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B75D

Black with #B7B75D

Text Example


Text Example

White with #B7B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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