Html Css Color HEX #68B34B Apple

📋 copy color: '#68B34B'

red 104 ◦ green 179 ◦ blue 75

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

Shades of Apple #68B34B

Tints of Apple #68B34B

RGB

 RED value IS 104 (41.02% from 255) = 29.05%

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 29.05%
G = 50%
B = 20.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#68B34B (or 0x68B34B) is known color: Apple. HEX triplet: 68, B3 and 4B. RGB value is (104,179,75). Sum of RGB (Red+Green+Blue) = 104+179+75=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #68B34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B34B is #974CB4. Grayscale: #919191. Windows color (decimal): -9915573 or 4961128. OLE color: 4961128.

HSL color Cylindrical-coordinate representation of color #68B34B: hue angle of 103.27º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B34B is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 179 75 -
CMYK 0.42 0 0.58 0.30
HSL 103.27º 0.41% 0.5% -
HSV(B) 103.27º 0.58% 0.7% -
XYZ 23.1 35.69 12.33 -
YUV 144.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 104 179 75 0.42 0 0.58 0.30 103.27 0.41 0.5
Hex 68 B3 4B 2A 0 3A 1E 67 29 32
Octal 150 263 113 52 0 72 36 147 51 62
Binary 1101000 10110011 1001011 101010 0 111010 11110 1100111 101001 110010

Color Harmonies of #68B34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B34B

Black with #68B34B

Text Example


Text Example

White with #68B34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B34B; }

 p { color: rgb(104,179,75); }

 H1.HeaderClassName
 {
   color: #68B34B;
 }
 .AnyTagClassName
 {
   color: #68B34B;
 }
</style>

background-color css

<style>
 a { background-color: #68B34B; }

 a { background-color: rgb(104,179,75); }

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

border-color css

<style>
 span { border-color: #68B34B; }

 span { border-color: rgb(104,179,75); }

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