Html Css Color HEX #67AA7F Oxley

📋 copy color: '#67AA7F'

red 103 ◦ green 170 ◦ blue 127

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

Shades of Oxley #67AA7F

Tints of Oxley #67AA7F

RGB

 RED value IS 103 (40.63% from 255) = 25.75%

 GREEN value IS 170 (66.8% from 255) = 42.5%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 25.75%
G = 42.5%
B = 31.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#67AA7F (or 0x67AA7F) is known color: Oxley. HEX triplet: 67, AA and 7F. RGB value is (103,170,127). Sum of RGB (Red+Green+Blue) = 103+170+127=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AA7F is #985580. Grayscale: #919191. Windows color (decimal): -9983361 or 8366695. OLE color: 8366695.

HSL color Cylindrical-coordinate representation of color #67AA7F: hue angle of 141.49º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AA7F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 170 127 -
CMYK 0.39 0 0.25 0.33
HSL 141.49º 0.28% 0.54% -
HSV(B) 141.49º 0.39% 0.67% -
XYZ 23.8 33.17 25.23 -
YUV 145.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 103 170 127 0.39 0 0.25 0.33 141.49 0.28 0.54
Hex 67 AA 7F 27 0 19 21 8D 1C 36
Octal 147 252 177 47 0 31 41 215 34 66
Binary 1100111 10101010 1111111 100111 0 11001 100001 10001101 11100 110110

Color Harmonies of #67AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AA7F

Black with #67AA7F

Text Example


Text Example

White with #67AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67AA7F; }

 p { color: rgb(103,170,127); }

 H1.HeaderClassName
 {
   color: #67AA7F;
 }
 .AnyTagClassName
 {
   color: #67AA7F;
 }
</style>

background-color css

<style>
 a { background-color: #67AA7F; }

 a { background-color: rgb(103,170,127); }

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

border-color css

<style>
 span { border-color: #67AA7F; }

 span { border-color: rgb(103,170,127); }

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