Html Css Color HEX #69AF7F Bay Leaf

📋 copy color: '#69AF7F'

red 105 ◦ green 175 ◦ blue 127

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

Shades of Bay Leaf #69AF7F

Tints of Bay Leaf #69AF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

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

R = 25.8%
G = 43%
B = 31.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#69AF7F (or 0x69AF7F) is known color: Bay Leaf. HEX triplet: 69, AF and 7F. RGB value is (105,175,127). Sum of RGB (Red+Green+Blue) = 105+175+127=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF7F is #965080. Grayscale: #949494. Windows color (decimal): -9851009 or 8367977. OLE color: 8367977.

HSL color Cylindrical-coordinate representation of color #69AF7F: hue angle of 138.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF7F is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 175 127 -
CMYK 0.40 0 0.27 0.31
HSL 138.86º 0.3% 0.55% -
HSV(B) 138.86º 0.4% 0.69% -
XYZ 24.99 35.2 25.56 -
YUV 148.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 105 175 127 0.40 0 0.27 0.31 138.86 0.3 0.55
Hex 69 AF 7F 28 0 1B 1F 8B 1E 37
Octal 151 257 177 50 0 33 37 213 36 67
Binary 1101001 10101111 1111111 101000 0 11011 11111 10001011 11110 110111

Color Harmonies of #69AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AF7F

Black with #69AF7F

Text Example


Text Example

White with #69AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,175,127); }

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

background-color css

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

 a { background-color: rgb(105,175,127); }

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

border-color css

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

 span { border-color: rgb(105,175,127); }

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