Html Css Color HEX #74917B Oxley

📋 copy color: '#74917B'

red 116 ◦ green 145 ◦ blue 123

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

Shades of Oxley #74917B

Tints of Oxley #74917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 30.21%
G = 37.76%
B = 32.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#74917B (or 0x74917B) is known color: Oxley. HEX triplet: 74, 91 and 7B. RGB value is (116,145,123). Sum of RGB (Red+Green+Blue) = 116+145+123=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #74917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74917B is #8B6E84. Grayscale: #858585. Windows color (decimal): -9137797 or 8098164. OLE color: 8098164.

HSL color Cylindrical-coordinate representation of color #74917B: hue angle of 134.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74917B is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 123 -
CMYK 0.2 0 0.15 0.43
HSL 134.48º 0.12% 0.51% -
HSV(B) 134.48º 0.2% 0.57% -
XYZ 20.9 25.39 22.54 -
YUV 133.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 116 145 123 0.2 0 0.15 0.43 134.48 0.12 0.51
Hex 74 91 7B 14 0 F 2B 86 C 33
Octal 164 221 173 24 0 17 53 206 14 63
Binary 1110100 10010001 1111011 10100 0 1111 101011 10000110 1100 110011

Color Harmonies of #74917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74917B

Black with #74917B

Text Example


Text Example

White with #74917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74917B; }

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

 H1.HeaderClassName
 {
   color: #74917B;
 }
 .AnyTagClassName
 {
   color: #74917B;
 }
</style>

background-color css

<style>
 a { background-color: #74917B; }

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

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

border-color css

<style>
 span { border-color: #74917B; }

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

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