Html Css Color HEX #69AB7D Oxley

📋 copy color: '#69AB7D'

red 105 ◦ green 171 ◦ blue 125

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

Shades of Oxley #69AB7D

Tints of Oxley #69AB7D

RGB

 RED value IS 105 (41.41% from 255) = 26.18%

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 26.18%
G = 42.64%
B = 31.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#69AB7D (or 0x69AB7D) is known color: Oxley. HEX triplet: 69, AB and 7D. RGB value is (105,171,125). Sum of RGB (Red+Green+Blue) = 105+171+125=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB7D is #965482. Grayscale: #929292. Windows color (decimal): -9852035 or 8235881. OLE color: 8235881.

HSL color Cylindrical-coordinate representation of color #69AB7D: hue angle of 138.18º 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 #69AB7D is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 171 125 -
CMYK 0.39 0 0.27 0.33
HSL 138.18º 0.28% 0.54% -
HSV(B) 138.18º 0.39% 0.67% -
XYZ 24.09 33.61 24.62 -
YUV 146.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 105 171 125 0.39 0 0.27 0.33 138.18 0.28 0.54
Hex 69 AB 7D 27 0 1B 21 8A 1C 36
Octal 151 253 175 47 0 33 41 212 34 66
Binary 1101001 10101011 1111101 100111 0 11011 100001 10001010 11100 110110

Color Harmonies of #69AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AB7D

Black with #69AB7D

Text Example


Text Example

White with #69AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AB7D; }

 p { color: rgb(105,171,125); }

 H1.HeaderClassName
 {
   color: #69AB7D;
 }
 .AnyTagClassName
 {
   color: #69AB7D;
 }
</style>

background-color css

<style>
 a { background-color: #69AB7D; }

 a { background-color: rgb(105,171,125); }

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

border-color css

<style>
 span { border-color: #69AB7D; }

 span { border-color: rgb(105,171,125); }

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