Html Css Color HEX #69B73F Apple

📋 copy color: '#69B73F'

red 105 ◦ green 183 ◦ blue 63

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

Shades of Apple #69B73F

Tints of Apple #69B73F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.14%

 BLUE value IS 63 (25% from 255) = 17.95%

R = 29.91%
G = 52.14%
B = 17.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#69B73F (or 0x69B73F) is known color: Apple. HEX triplet: 69, B7 and 3F. RGB value is (105,183,63). Sum of RGB (Red+Green+Blue) = 105+183+63=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #69B73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B73F is #9648C0. Grayscale: #929292. Windows color (decimal): -9849025 or 4175721. OLE color: 4175721.

HSL color Cylindrical-coordinate representation of color #69B73F: hue angle of 99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69B73F is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 183 63 -
CMYK 0.43 0 0.66 0.28
HSL 99º 0.49% 0.48% -
HSV(B) 99º 0.66% 0.72% -
XYZ 23.66 37.23 10.64 -
YUV 146 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 105 183 63 0.43 0 0.66 0.28 99 0.49 0.48
Hex 69 B7 3F 2B 0 42 1C 63 31 30
Octal 151 267 77 53 0 102 34 143 61 60
Binary 1101001 10110111 111111 101011 0 1000010 11100 1100011 110001 110000

Color Harmonies of #69B73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B73F

Black with #69B73F

Text Example


Text Example

White with #69B73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,183,63); }

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

background-color css

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

 a { background-color: rgb(105,183,63); }

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

border-color css

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

 span { border-color: rgb(105,183,63); }

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