Html Css Color HEX #747B08 Olive

📋 copy color: '#747B08'

red 116 ◦ green 123 ◦ blue 8

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

Shades of Olive #747B08

Tints of Olive #747B08

RGB

 RED value IS 116 (45.7% from 255) = 46.96%

 GREEN value IS 123 (48.44% from 255) = 49.8%

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

R = 46.96%
G = 49.8%
B = 3.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#747B08 (or 0x747B08) is known color: Olive. HEX triplet: 74, 7B and 08. RGB value is (116,123,8). Sum of RGB (Red+Green+Blue) = 116+123+8=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #747B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747B08 is #8B84F7. Grayscale: #6C6C6C. Windows color (decimal): -9143544 or 555892. OLE color: 555892.

HSL color Cylindrical-coordinate representation of color #747B08: hue angle of 63.65º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747B08 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 123 8 -
CMYK 0.06 0 0.93 0.52
HSL 63.65º 0.88% 0.26% -
HSV(B) 63.65º 0.93% 0.48% -
XYZ 14.33 17.9 2.93 -
YUV 107.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 116 123 8 0.06 0 0.93 0.52 63.65 0.88 0.26
Hex 74 7B 8 6 0 5D 34 40 58 1A
Octal 164 173 10 6 0 135 64 100 130 32
Binary 1110100 1111011 1000 110 0 1011101 110100 1000000 1011000 11010

Color Harmonies of #747B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B08

Black with #747B08

Text Example


Text Example

White with #747B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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