Html Css Color HEX #997D03 Olive

📋 copy color: '#997D03'

red 153 ◦ green 125 ◦ blue 3

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

Shades of Olive #997D03

Tints of Olive #997D03

RGB

 RED value IS 153 (60.16% from 255) = 54.45%

 GREEN value IS 125 (49.22% from 255) = 44.48%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 54.45%
G = 44.48%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#997D03 (or 0x997D03) is known color: Olive. HEX triplet: 99, 7D and 03. RGB value is (153,125,3). Sum of RGB (Red+Green+Blue) = 153+125+3=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #997D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D03 is #6682FC. Grayscale: #777777. Windows color (decimal): -6718205 or 228761. OLE color: 228761.

HSL color Cylindrical-coordinate representation of color #997D03: hue angle of 48.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #997D03 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 3 -
CMYK 0 0.18 0.98 0.4
HSL 48.8º 0.96% 0.31% -
HSV(B) 48.8º 0.98% 0.6% -
XYZ 20.49 21.45 3.15 -
YUV 119.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 153 125 3 0 0.18 0.98 0.4 48.8 0.96 0.31
Hex 99 7D 3 0 12 62 28 31 60 1F
Octal 231 175 3 0 22 142 50 61 140 37
Binary 10011001 1111101 11 0 10010 1100010 101000 110001 1100000 11111

Color Harmonies of #997D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D03

Black with #997D03

Text Example


Text Example

White with #997D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997D03; }

 p { color: rgb(153,125,3); }

 H1.HeaderClassName
 {
   color: #997D03;
 }
 .AnyTagClassName
 {
   color: #997D03;
 }
</style>

background-color css

<style>
 a { background-color: #997D03; }

 a { background-color: rgb(153,125,3); }

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

border-color css

<style>
 span { border-color: #997D03; }

 span { border-color: rgb(153,125,3); }

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