Html Css Color HEX #74A382 Oxley

📋 copy color: '#74A382'

red 116 ◦ green 163 ◦ blue 130

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

Shades of Oxley #74A382

Tints of Oxley #74A382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 28.36%
G = 39.85%
B = 31.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#74A382 (or 0x74A382) is known color: Oxley. HEX triplet: 74, A3 and 82. RGB value is (116,163,130). Sum of RGB (Red+Green+Blue) = 116+163+130=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #74A382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A382 is #8B5C7D. Grayscale: #919191. Windows color (decimal): -9133182 or 8561524. OLE color: 8561524.

HSL color Cylindrical-coordinate representation of color #74A382: hue angle of 137.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A382 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 163 130 -
CMYK 0.29 0 0.20 0.36
HSL 137.87º 0.2% 0.55% -
HSV(B) 137.87º 0.29% 0.64% -
XYZ 24.33 31.52 25.92 -
YUV 145.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 116 163 130 0.29 0 0.20 0.36 137.87 0.2 0.55
Hex 74 A3 82 1D 0 14 24 8A 14 37
Octal 164 243 202 35 0 24 44 212 24 67
Binary 1110100 10100011 10000010 11101 0 10100 100100 10001010 10100 110111

Color Harmonies of #74A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A382

Black with #74A382

Text Example


Text Example

White with #74A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A382; }

 p { color: rgb(116,163,130); }

 H1.HeaderClassName
 {
   color: #74A382;
 }
 .AnyTagClassName
 {
   color: #74A382;
 }
</style>

background-color css

<style>
 a { background-color: #74A382; }

 a { background-color: rgb(116,163,130); }

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

border-color css

<style>
 span { border-color: #74A382; }

 span { border-color: rgb(116,163,130); }

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