Html Css Color HEX #7B9604 Olive

📋 copy color: '#7B9604'

red 123 ◦ green 150 ◦ blue 4

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

Shades of Olive #7B9604

Tints of Olive #7B9604

RGB

 RED value IS 123 (48.44% from 255) = 44.4%

 GREEN value IS 150 (58.98% from 255) = 54.15%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 44.4%
G = 54.15%
B = 1.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#7B9604 (or 0x7B9604) is known color: Olive. HEX triplet: 7B, 96 and 04. RGB value is (123,150,4). Sum of RGB (Red+Green+Blue) = 123+150+4=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9604 is #8469FB. Grayscale: #7D7D7D. Windows color (decimal): -8677884 or 300667. OLE color: 300667.

HSL color Cylindrical-coordinate representation of color #7B9604: hue angle of 71.1º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B9604 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 150 4 -
CMYK 0.18 0 0.97 0.41
HSL 71.1º 0.95% 0.3% -
HSV(B) 71.1º 0.97% 0.59% -
XYZ 19.1 26.03 4.13 -
YUV 125.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 123 150 4 0.18 0 0.97 0.41 71.1 0.95 0.3
Hex 7B 96 4 12 0 61 29 47 5F 1E
Octal 173 226 4 22 0 141 51 107 137 36
Binary 1111011 10010110 100 10010 0 1100001 101001 1000111 1011111 11110

Color Harmonies of #7B9604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9604

Black with #7B9604

Text Example


Text Example

White with #7B9604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9604; }

 p { color: rgb(123,150,4); }

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

background-color css

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

 a { background-color: rgb(123,150,4); }

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

border-color css

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

 span { border-color: rgb(123,150,4); }

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