Html Css Color HEX #747B01 Olive

📋 copy color: '#747B01'

red 116 ◦ green 123 ◦ blue 1

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

Shades of Olive #747B01

Tints of Olive #747B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 48.33%
G = 51.25%
B = 0.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#747B01 (or 0x747B01) is known color: Olive. HEX triplet: 74, 7B and 01. RGB value is (116,123,1). Sum of RGB (Red+Green+Blue) = 116+123+1=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #747B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747B01 is #8B84FE. Grayscale: #6B6B6B. Windows color (decimal): -9143551 or 97140. OLE color: 97140.

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

Color convert

RGB 116 123 1 -
CMYK 0.06 0 0.99 0.52
HSL 63.44º 0.98% 0.24% -
HSV(B) 63.44º 0.99% 0.48% -
XYZ 14.29 17.88 2.73 -
YUV 107 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 116 123 1 0.06 0 0.99 0.52 63.44 0.98 0.24
Hex 74 7B 1 6 0 63 34 3F 62 18
Octal 164 173 1 6 0 143 64 77 142 30
Binary 1110100 1111011 1 110 0 1100011 110100 111111 1100010 11000

Color Harmonies of #747B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B01

Black with #747B01

Text Example


Text Example

White with #747B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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