Html Css Color HEX #7B9608 Olive

📋 copy color: '#7B9608'

red 123 ◦ green 150 ◦ blue 8

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

Shades of Olive #7B9608

Tints of Olive #7B9608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 43.77%
G = 53.38%
B = 2.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#7B9608 (or 0x7B9608) is known color: Olive. HEX triplet: 7B, 96 and 08. RGB value is (123,150,8). Sum of RGB (Red+Green+Blue) = 123+150+8=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9608 is #8469F7. Grayscale: #7E7E7E. Windows color (decimal): -8677880 or 562811. OLE color: 562811.

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

Color convert

RGB 123 150 8 -
CMYK 0.18 0 0.95 0.41
HSL 71.41º 0.9% 0.31% -
HSV(B) 71.41º 0.95% 0.59% -
XYZ 19.12 26.04 4.25 -
YUV 125.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 123 150 8 0.18 0 0.95 0.41 71.41 0.9 0.31
Hex 7B 96 8 12 0 5F 29 47 5A 1F
Octal 173 226 10 22 0 137 51 107 132 37
Binary 1111011 10010110 1000 10010 0 1011111 101001 1000111 1011010 11111

Color Harmonies of #7B9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9608

Black with #7B9608

Text Example


Text Example

White with #7B9608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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