Html Css Color HEX #748A02 Olive

📋 copy color: '#748A02'

red 116 ◦ green 138 ◦ blue 2

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

Shades of Olive #748A02

Tints of Olive #748A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.91%

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

R = 45.31%
G = 53.91%
B = 0.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#748A02 (or 0x748A02) is known color: Olive. HEX triplet: 74, 8A and 02. RGB value is (116,138,2). Sum of RGB (Red+Green+Blue) = 116+138+2=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #748A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A02 is #8B75FD. Grayscale: #747474. Windows color (decimal): -9139710 or 166516. OLE color: 166516.

HSL color Cylindrical-coordinate representation of color #748A02: hue angle of 69.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #748A02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 138 2 -
CMYK 0.16 0 0.99 0.46
HSL 69.71º 0.97% 0.27% -
HSV(B) 69.71º 0.99% 0.54% -
XYZ 16.3 21.89 3.42 -
YUV 115.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 116 138 2 0.16 0 0.99 0.46 69.71 0.97 0.27
Hex 74 8A 2 10 0 63 2E 46 61 1B
Octal 164 212 2 20 0 143 56 106 141 33
Binary 1110100 10001010 10 10000 0 1100011 101110 1000110 1100001 11011

Color Harmonies of #748A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A02

Black with #748A02

Text Example


Text Example

White with #748A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748A02; }

 p { color: rgb(116,138,2); }

 H1.HeaderClassName
 {
   color: #748A02;
 }
 .AnyTagClassName
 {
   color: #748A02;
 }
</style>

background-color css

<style>
 a { background-color: #748A02; }

 a { background-color: rgb(116,138,2); }

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

border-color css

<style>
 span { border-color: #748A02; }

 span { border-color: rgb(116,138,2); }

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