Html Css Color HEX #7B9602 Olive

📋 copy color: '#7B9602'

red 123 ◦ green 150 ◦ blue 2

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

Shades of Olive #7B9602

Tints of Olive #7B9602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 44.73%
G = 54.55%
B = 0.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#7B9602 (or 0x7B9602) is known color: Olive. HEX triplet: 7B, 96 and 02. RGB value is (123,150,2). Sum of RGB (Red+Green+Blue) = 123+150+2=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9602 is #8469FD. Grayscale: #7D7D7D. Windows color (decimal): -8677886 or 169595. OLE color: 169595.

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

Color convert

RGB 123 150 2 -
CMYK 0.18 0 0.99 0.41
HSL 70.95º 0.97% 0.3% -
HSV(B) 70.95º 0.99% 0.59% -
XYZ 19.09 26.03 4.08 -
YUV 125.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 123 150 2 0.18 0 0.99 0.41 70.95 0.97 0.3
Hex 7B 96 2 12 0 63 29 47 61 1E
Octal 173 226 2 22 0 143 51 107 141 36
Binary 1111011 10010110 10 10010 0 1100011 101001 1000111 1100001 11110

Color Harmonies of #7B9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9602

Black with #7B9602

Text Example


Text Example

White with #7B9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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